CCNA 200 301 | Chapter 1 Network Fundamentals | Lab 001 IPv4 Addressing and Subnetting Configuration

2024-08-14 3

Objectives:
To configure and verify IPv4 addressing and subnetting on a network with one router, two switches, and two PCs.
In this lab I will introduce you to basic IPv4 address configuration and subnetting on a Cisco Router 4300 device. Every interface on the router will be connected to a network for sending and receiving traffic must have an IPv4 or IPv6 address.
Each IP address on the Router must belong to a different network subnet from the other IP addresses on the same Router.
Each PC connected to a switch will be part of a network and the default gateway IP for each PC will be the IP address of the corresponding router interface. The main objectives of this lab is to provide connectivity between PC0 and PC1 which each resides in a different network segment.

Command Summary List:
enable: enters privileged EXEC mode
configure terminal: enters global configuration mode from privileged EXEC mode
hostname: Assign a device name to router
interface [type number]: Change from global configuration mode to interface configuration mode
ip address [ip address] [subnet-mask]: assign an IPv4 address to an interface
no shutdown: enables an interface
copy running-config startup-config: save the running configuration to the startup-configuration file
show ip interface brief: display a summary of all IPv4 addresses configured on the Router’s interfaces
ping [ip-address]: Sends an ICMP (Internet Control Message Protocol) echo request to the specified address
show running-config: displays the active running configuration file
exit: exits one level in the menu structure command

Equipment Required:
• Cisco router
• Cisco switches (2)
• Console cable
• Ethernet cables
• Computers with terminal emulation software (e.g., PuTTY) (2)
• PCs with Ethernet interfaces (2)

IP Addresses:
Router_Gateway:
• Interface gig0/0/0: 192.168.0.1/24
• Interface gig0/0/1: 192.168.1.1/24
PC1:
• Fa0: 192.168.1.100/24
• Fa0 Default Gateway: 192.168.1.1
PC0:
• Fa0: 192.168.0.100/24
• Fa0 Default Gateway: 192.168.0.1

Lab Tasks:
1- Configure Router with a hostname of “Router_Gateway”. Enable both interfaces Gig0/0/0 and Gig0/0/1
2- Configure each interface with the appropriate IPv4 address mentioned above
3- Configure PC1 and PC0 with the appropriate IPv4 address mentioned above
4- Verify your configuration by using “show ip interface brief”, “show running-configuration” and “ping” commands. The ping should be successful

Timestamps:
00:05 – Introduction
02:55 - Configure IPv4 address on a Cisco Router using Packet Tracer
05:55 - Configure IPv4 address on a PC/Laptop using Packet Tracer
09:10 - Connectivity verification between PCs
10:30 - Conclusion

Free Traffic Exchange